home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / debhelper / autoscripts / prerm-defoma < prev    next >
Encoding:
Text File  |  2009-12-31  |  214 b   |  12 lines

  1. case "$1" in
  2.     upgrade)
  3.         if [ -x "`which defoma-app 2>/dev/null`" ]; then
  4.             defoma-app clean #PACKAGE#
  5.         fi
  6.         ;;
  7.     remove)
  8.         if [ -x "`which defoma-app 2>/dev/null`" ]; then
  9.             defoma-app purge #PACKAGE#
  10.         fi
  11. esac
  12.